home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 17
/
AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso
/
Patch
/
flyinhighcheater
/
InstallLevelcheater
< prev
next >
Wrap
Text File
|
1980-02-01
|
629b
|
48 lines
;
; Installer by software failure/airsoft `98
;
echo ""
echo "Welcome to Flyin High Levelcheater installation"
echo ""
echo noline "Continue (y/n) ? "
Set >NIL: ques ?
If $ques EQ y
skip yo
endif
echo ""
echo "CU"
quit
Lab yo
echo ""
C:Requestfile >ENV:af TITLE "Select Flyin High drawer" DRAWERSONLY
Assign af: $af
if exists af:flyin'high
skip ok
else
echo "File Flyin'High not found"
quit
endif
Lab ok
Copy >NIL: fcheat $af all
Copy >NIL: levelcheater $af all
Copy >NIL: levelcheater.inf af:LevelCheater.info
Copy >NIL: delete C:
Copy >NIL: execute C:
Copy >NIL: rename C:
echo ""
echo "Finished!"
quit